|
|
|
BlueCielo Web Parts 2012 Administrator's Guide | BlueCielo ECM Solutions |
To be searchable by the BlueCielo Web Parts, the properties must be specified in the BlueCielo Web Service web.config file. You configure the properties differently depending on whether the Web Parts will search Meridian Enterprise or ImandrA vaults.
To specify the BlueCielo Meridian Enterprise properties to search:
Following is an example list of vault IDs:
<setting name="SearchableLibraryIDs" serializeAs="Xml">
<value>
<ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<string>Vault01^icmServer</string>
<string>Vault02^icmServer</string> </ArrayOfString>
</value>
</setting>
Following is an example list of crawled properties:
<setting name="SearchableProperties" serializeAs="Xml"> <value> <ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <string>AMFSObjectPropertySet._MODIFIEDBY</string> <string>AMDocumentWorkFlowPropertySet._TODOACTION</string> <string>AMDocumentWorkFlowPropertySet._TODOPERSON</string> <string>AMDocumentWorkFlowPropertySet._STATUSTEXT</string> <string>AMDocumentPropertySet.*class%.CommonPropertySet._DISPLAYNAME</string> <string>AMFSObjectPropertySet._FILETYPE</string> <string>AMVersionablePropertySet._UNDERREVISIONBY</string> </ArrayOfString> </value> </setting>
To specify the BlueCielo ImandrA properties to search:
Following is an example list of property keys:
<appSettings> <add key="CrawlFolderId" value=""/> <!-- The folder to crawl, the whole vault is crawled when left blank or omitted --> <add key="ModifiedProperty" value="idmDateModified"/> <!-- Modified --> <add key="IDEnumeratorBatchSize" value="2500"/> <!-- Title --> <add key="Property1" value="idmName"/> <!-- Title --> <add key="Property2" value="idmDocType"/> <!-- Document Class --> <add key="Property3" value="idmAddedByUser"/> <!-- Current Version Author --> <add key="Property4" value="idmDateAdded"/> <!-- Date Added --> <add key="Property5" value="idmVerfile name"/> <!-- Version File Name --> </appSettings>
Related concepts
About using the Business Data Catalog
Related tasks
Specifying the content access account
Specifying the BlueCielo Web Service server
Importing the application definition file
Granting content access account permissions
Copyright © 2000-2012 BlueCielo ECM Solutions |